type github.com/klauspost/compress/zstd.encoder
7 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L233: enc := encoder(&bestFastEncoder{fastBase: fastBase{maxMatchOff: int32(maxMatchLen), bufferReset: math.MaxInt32 - int32(maxMatchLen*2), lowMem: false}})
encoder.go#L27: encoders chan encoder
encoder.go#L32: type encoder interface {
encoder.go#L48: encoder encoder
encoder.go#L87: e.encoders = make(chan encoder, e.o.concurrent)
encoder.go#L529: func (e *Encoder) encodeAll(enc encoder, src, dst []byte) []byte {
encoder_options.go#L50: func (o encoderOptions) encoder() encoder {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |